golang.org/x/text/internal/language.scanner.setError (method)

7 uses

	golang.org/x/text/internal/language (current package)
		parse.go#L123: func (s *scanner) setError(e error) {
		parse.go#L159: 	s.setError(e)
		parse.go#L205: 		s.setError(ErrSyntax)
		parse.go#L278: 			scan.setError(ErrSyntax)
		parse.go#L304: 	scan.setError(e)
		parse.go#L466: 			scan.setError(ErrSyntax)
		parse.go#L549: 							scan.setError(ErrDuplicateKey)